getKind

abstract fun getKind(block: DesignBlock): String

Get the kind of the given block, fails if the block is invalid.

Return

the block kind.

Parameters

block

the block to query.